home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / mac / 4-New Product Intro / Macintosh Demos / Mac IIsi-A Closer Look / Mac IIsi-A Closer Look . . . / stack_-1.xml < prev    next >
Extensible Markup Language  |  1990-12-12  |  13KB  |  80 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
  3. <stack>
  4.     <name>in.</name>
  5.     <id>-1</id>
  6.     <cardCount>53</cardCount>
  7.     <cardID>23571</cardID>
  8.     <listID>19505</listID>
  9.     <cantModify><false /></cantModify>
  10.     <cantDelete><false /></cantDelete>
  11.     <cantAbort><false /></cantAbort>
  12.     <cardSize>
  13.         <width>512</width>
  14.         <height>342</height>
  15.     </cardSize>
  16.     <script>‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àûA Closer Look at Your Macintosh IIsiVersion 1.0¬©Copyright 1990 by Apple Computer, Inc.All Rights Reservedcreated by Kathie Blair, Elizabeth Boling, Pat Chaney, Eli Cochran,Mimi Doggett, Rob Fulop, Stella Hackell, Avril Hodges, Channing Hughes,Jeremy Hughes, James Miyake, John Powers, Susan Razura, and Luann RugebregtHANDLERS USED IN THIS SCRIPT:openStack, resumeStack, closeStack, suspendStack, goPrevious, goNext,quit, goThere, btnHilite, playSound, sectionOpening, setSectionOpening,informUser, limitHCMenus, aboutThisStackFUNCTIONS USED IN THIS SCRIPT:stackIsBeingUsed -- "true" if this stack is in use by the active stackXCMD'S USED BY THIS SCRIPT:sysEnv XFCN  ¬©1988, 1989, 1990 by Apple Computer, Inc.GLOBAL VARIABLES USED BY THIS STACK:aCloserLookGlobal -- "checked" if the system version has been verified-- ‚àÜ This symbol indicates an area that requires localization fornon english speaking countries.Stack requires system software version 6.0.6 to play compressed sounds.‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àûon domenu menu                       --// Added by Medior, Inc. 12/12/90global RPStackNameif menu is in "Home,Quit HyperCard" and RPStackName is not empty thenset cursor to watchput RPStackName into shortNamerepeat until offset(":",shortName) = 0delete char 1 to offset(":",shortName) of shortNameend repeatdelete last char of shortNameanswer "This will return to "&shortName&"." with "Cancel" or "OK"if it is "Cancel" then exit domenuset cursor to watchlock screengo RPStackNameunlock screen with dissolve fastexit domenuelse pass doMenuend domenuon openStack -- ‚àÜglobal aCloserLookGlobalif stackIsBeingUsed() then pass openStackhide menuBar -- for use of the full menuBar, remove this linelimitHCmenus -- for full menus, remove this line here & in resumeStack-- This stack requires system version 6.0.6 or later-- HyperCard 2.0 requires system version 6.0.5 or later-- so the only system software we need to check for is 6.0.5if aCloserLookGlobal is empty then  -- if not "checked" then do itif item 2 of line 1 of SysEnv() is "6.0.5" then informUserput "Checked" into aCloserLookGlobalend ifpass openStackend openStackon resumeStackif stackIsBeingUsed() then pass resumeStackhide menuBar -- for use of the full menuBar, remove this linelimitHCmenus -- for full menus, remove this line here & in openStackpass resumeStackend resumeStackon suspendStackif stackIsBeingUsed() then pass suspendStackshow menuBarreset menuBarpass suspendStackend suspendStackon closeStackglobal aCloserLookGlobalif stackIsBeingUsed() then pass closeStackput empty into aCloserLookGlobalshow menuBarreset menuBarpass closeStackend closeStackon informUser -- ‚àÜanswer "Your Macintosh is using system software version 6.0.5." &¬¨return & "To hear the sounds on this disk" &&¬¨"you must have version 6.0.6 or later, available from your Apple" &&¬¨"dealer or Macintosh user group." with "Quit" or "Continue" -- ‚àÜif it is "Continue" then send introAnimation to card 1 -- ‚àÜelse doMenu "Quit HyperCard" -- ‚àÜend informUseron limitHCMenus -- ‚àÜ-- limiting the menus is to simplify the first time user‚Äôs experiance-- for full menus, remove this handler and line 4 of both the-- openStack and resumeStack handlersdelete menu "Style"delete menu "Font"delete menu "Objects"delete menu "Tools"if the userlevel > 2 then put 15 into maxNumelse put 9 into maxNumrepeat with itemNum = maxNum down to 7delete menuItem itemNum of menu "Edit"end repeatset the commandChar of menuItem "Recent" of menu "Go" to emptyset the name of menuItem "About HyperCard..." of menu APPLE to¬¨"About A Closer Look..."set the menuMessage of menuItem "About A Closer Look..." of¬¨menu APPLE to "aboutThisStack"end limitHCMenuson aboutThisStack -- ‚àÜanswer "        A Closer Look at Your Macintosh IIsi" &¬¨return & "                ¬©1990 Apple Computer, Inc." & returnend aboutThisStackon goPreviousvisual effect dissolvego prev cardend goPreviouson goNextvisual effect dissolvego next cardend goNextfunction stackIsBeingUsed-- if this stack is being used by the active stack then return trueif the name of this stack is the name of me then return falseelse return trueend stackIsBeingUsedon btnHiliteput the short name of the target & ".Btn" into otherBtnset the hilite of card btn otherBtn to truerepeat until the mouse is "Up"if the mouseLoc is within the rect of the target OR¬¨the mouseLoc is within the rect of card btn otherBtn thenset the hilite of card btn otherBtn to trueelse set the hilite of card btn otherBtn to falseend repeatif the hilite of card btn otherBtn is true thenset the hilite of card btn otherBtn to falsesend mouseUp to card btn otherBtnend ifend btnHiliteon quitvisual effect dissolvego to card "Copyright Info"set cursor to watchwait 3 secondsdoMenu "Quit HyperCard"end quiton playSound sndName, interruptable-- handler allow the interruption of sounds with a mouseClickset cursor to watchplay sndNameif interruptable is "true" thenrepeat until (the mouseClick) OR (the sound is DONE)if the mouseClick thenplay stopclick at the clickLoc -- pass the mouseClickend ifend repeatelse wait until the sound is "done"end playSound‚àû‚àû ANIMATION HANDLERS USED BY THE OPENING BACKGROUND OF EACH SUBTOPIC ‚àû‚àûon sectionOpeningset the cursor to noneunlock screen with dissolveput the script of card btn "picture mask" into btnMarksrepeat with stepNum = 2 to the number of lines in btnMarkslock screenset the left of card btn "picture mask" to line stepNum of btnMarksunlock screen with dissolveend repeatlock screenhide card btn "picture mask"unlock screen with dissolvelock screenhide card btn "nav mask"hide card btn "text mask"unlock screen with dissolveset the left of card btn "picture mask" to line 1 of btnMarksend sectionOpeningon goThere where -- used by the subTopic menu buttonsvisual effect dissolve fastgo to card whereend goThereon setSectionOpeningshow card btn "picture mask"show card btn "nav mask"show card btn "text mask"end setSectionOpening‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû</script>
  17.     <background id="2784" file="background_2784.xml" name="opening closing" />
  18.     <background id="3619" file="background_3619.xml" name="More About Sound" />
  19.     <background id="4885" file="background_4885.xml" name="Expansion Options" />
  20.     <background id="6620" file="background_6620.xml" name="monitor return" />
  21.     <background id="9433" file="background_9433.xml" name="basic continue" />
  22.     <background id="9641" file="background_9641.xml" name="main menu bkgnd" />
  23.     <background id="11650" file="background_11650.xml" name="basic return" />
  24.     <background id="15041" file="background_15041.xml" name="About Video" />
  25.     <background id="42598" file="background_42598.xml" name="Sound Basics" />
  26.     <card id="23571" file="card_23571.xml" marked="true" name="first card" owner="2784" />
  27.     <card id="4436" file="card_4436.xml" marked="false" name="Blank" owner="2784" />
  28.     <card id="4780" file="card_4780.xml" marked="false" name="" owner="2784" />
  29.     <card id="16721" file="card_16721.xml" marked="false" name="" owner="2784" />
  30.     <card id="29149" file="card_29149.xml" marked="false" name="" owner="2784" />
  31.     <card id="29561" file="card_29561.xml" marked="false" name="" owner="2784" />
  32.     <card id="30145" file="card_30145.xml" marked="false" name="" owner="2784" />
  33.     <card id="30660" file="card_30660.xml" marked="false" name="" owner="2784" />
  34.     <card id="31127" file="card_31127.xml" marked="false" name="" owner="2784" />
  35.     <card id="31630" file="card_31630.xml" marked="false" name="" owner="2784" />
  36.     <card id="7831" file="card_7831.xml" marked="false" name="Using This Disk" owner="9641" />
  37.     <card id="43662" file="card_43662.xml" marked="false" name="Main Topics" owner="9641" />
  38.     <card id="41614" file="card_41614.xml" marked="false" name="begin.Sound Basics" owner="42598" />
  39.     <card id="3443" file="card_3443.xml" marked="false" name="" owner="42598" />
  40.     <card id="4067" file="card_4067.xml" marked="false" name="Sound Basics.Menu" owner="42598" />
  41.     <card id="7156" file="card_7156.xml" marked="false" name="Sound Basics,Dimension" owner="11650" />
  42.     <card id="10916" file="card_10916.xml" marked="false" name="Communication" owner="9433" />
  43.     <card id="18796" file="card_18796.xml" marked="false" name="Sound Basics" owner="11650" />
  44.     <card id="8011" file="card_8011.xml" marked="false" name="Presentation" owner="9433" />
  45.     <card id="24895" file="card_24895.xml" marked="false" name="Sound Basics" owner="11650" />
  46.     <card id="16964" file="card_16964.xml" marked="false" name="Learning" owner="9433" />
  47.     <card id="38939" file="card_38939.xml" marked="false" name="Sound Basics,Middle English" owner="11650" />
  48.     <card id="2084" file="card_2084.xml" marked="false" name="begin.More About Sound" owner="3619" />
  49.     <card id="18654" file="card_18654.xml" marked="false" name="" owner="3619" />
  50.     <card id="18982" file="card_18982.xml" marked="false" name="More About Sound.Menu" owner="3619" />
  51.     <card id="20057" file="card_20057.xml" marked="false" name="More About Sound,Hardware" owner="11650" />
  52.     <card id="21693" file="card_21693.xml" marked="false" name="More About Sound,Recording" owner="11650" />
  53.     <card id="22199" file="card_22199.xml" marked="false" name="More About Sound,Sound" owner="11650" />
  54.     <card id="17815" file="card_17815.xml" marked="false" name="Audio" owner="9433" />
  55.     <card id="13227" file="card_13227.xml" marked="false" name="More About Sound" owner="11650" />
  56.     <card id="23506" file="card_23506.xml" marked="false" name="Begin.About Video" owner="15041" />
  57.     <card id="3298" file="card_3298.xml" marked="false" name="" owner="15041" />
  58.     <card id="14245" file="card_14245.xml" marked="false" name="About Video.Menu" owner="15041" />
  59.     <card id="2449" file="card_2449.xml" marked="false" name="About Video,RGB" owner="6620" />
  60.     <card id="8840" file="card_8840.xml" marked="false" name="About Video,Portrait" owner="6620" />
  61.     <card id="12794" file="card_12794.xml" marked="false" name="About Video,Mai Tai" owner="6620" />
  62.     <card id="14374" file="card_14374.xml" marked="false" name="About Video,Black Label" owner="6620" />
  63.     <card id="17472" file="card_17472.xml" marked="false" name="Performance" owner="9433" />
  64.     <card id="12241" file="card_12241.xml" marked="false" name="About Video" owner="11650" />
  65.     <card id="21355" file="card_21355.xml" marked="false" name="Begin.Expansion Options" owner="4885" />
  66.     <card id="2855" file="card_2855.xml" marked="false" name="Expansion Options.Menu" owner="4885" />
  67.     <card id="10070" file="card_10070.xml" marked="false" name="Networks" owner="9433" />
  68.     <card id="15683" file="card_15683.xml" marked="false" name="Expansion Options" owner="11650" />
  69.     <card id="22413" file="card_22413.xml" marked="false" name="Expansion Performance" owner="9433" />
  70.     <card id="23942" file="card_23942.xml" marked="false" name="Expansion Options" owner="11650" />
  71.     <card id="24702" file="card_24702.xml" marked="false" name="Peripherals" owner="9433" />
  72.     <card id="25736" file="card_25736.xml" marked="false" name="" owner="9433" />
  73.     <card id="26530" file="card_26530.xml" marked="false" name="Expansion Options" owner="11650" />
  74.     <card id="27080" file="card_27080.xml" marked="false" name="Cards" owner="9433" />
  75.     <card id="26195" file="card_26195.xml" marked="false" name="" owner="9433" />
  76.     <card id="28449" file="card_28449.xml" marked="false" name="Expansion Options" owner="11650" />
  77.     <card id="5260" file="card_5260.xml" marked="false" name="Good Bye" owner="2784" />
  78.     <card id="9036" file="card_9036.xml" marked="false" name="Copyright Info" owner="2784" />
  79. </stack>
  80.